logo

Install PDF using mPDF module using mpdf library in Drupal

13
December

Install PDF using mPDF module using mpdf library in Drupal
By: Anonymous | Published On: Fri, 12/13/2024 - 16:03

Step 1
Download module "PDF using mPDF" from https://www.drupal.org/project/pdf_using_mpdf and install this module as normal process to installing module in drupal.

First you need to install library "mPDF" using compser to enable module "PDF using mPDF"

Step 2
start putty and connect through composer login detail

Now start command line
type cd public_html and press enter, if your project in any other folder then again have to use same command using folder name then.
Now you are in your project root folder then run the following command

composer require 'mpdf/mpdf:^8.0'

Step 3
Now enable you module "PDF using mPDF" as normal process from /admin/modules

Need Help ?